home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act1 / 00337.ls < prev    next >
Encoding:
Text File  |  1995-04-03  |  244 b   |  15 lines

  1. on mouseUp
  2.   global game1level, numberbugs
  3.   if the frame >= marker("level 1") then
  4.     exit
  5.   end if
  6.   if numberbugs < 1 then
  7.     exit
  8.   end if
  9.   if game1level > 1 then
  10.     spuppet(2, 18)
  11.     play frame "hint"
  12.     supuppet(2, 18)
  13.   end if
  14. end
  15.